func net.lookupStaticHost

3 uses

	net (current package)
		dnsclient_unix.go#L553: 		addrs, _ = lookupStaticHost(name)
		dnsclient_unix.go#L575: 	addr, canonical := lookupStaticHost(name)
		hosts.go#L129: func lookupStaticHost(host string) ([]string, string) {